Q3Object_IsWritable
You can use theQ3Object_IsWritable
function to determine whether a QuickDraw 3D object is writable.
TQ3Boolean Q3Object_IsWritable (TQ3Object object);
object
- A QuickDraw 3D object.
DESCRIPTION
TheQ3Object_IsWritable
function returns, as its function result, a Boolean value that indicates whether the QuickDraw 3D object specified by theobject
parameter can be written to a file object (kQ3True
) or not (kQ3False
).